Helpful Information
 
 
Category: vBulletin 4.x Modifications
Profile Enhancements - Add "Find all threads started by user" back to profile page

It used to be you would click on a users profile and be presented with both "Find all posts by user" and "Find all threads started by user". Now you are only presented with "Find all posts by user" and if you want to find all posts they started you have to go to Advanced Search, then click Search by Type, then you can enter username and select Find All Threads started by.

Ridiculous.

Here's a simple way to add it back.

Open the MEMBERINFO template and find

<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw userinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1"><img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="{vb:rawphrase find_all_posts}" class="inlineimg" /> {vb:rawphrase find_all_posts}</a></li>


Add this below

<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw userinfo.userid}&amp;contenttype=vBForum_Post&amp;starteronly=1"><img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="Find all threads started" class="inlineimg" /> Find all threads started</a></li>

Hey Eric :)

Look: http://www.vbulletin.org/forum/showthread.php?t=230161

Hey Eric :)

Look: http://www.vbulletin.org/forum/showthread.php?t=230161
I tried your mod and it does not work in the current version of vbulletin. See http://www.vbulletin.org/forum/showthread.php?t=230915 This guys mod is only currently working one.

I tried your mod and it does not work in the current version of vbulletin. See http://www.vbulletin.org/forum/showthread.php?t=230915 This guys mod is only currently working one.

doesnt work for me

Gold (PL1)

installed and working perfect tnks

nice one thanks, i have no idea why they removed it in the first place.....

nice one thanks, i have no idea why they removed it in the first place.....
It's there but they've moved it into the optional page of the search feature which is buried, that's not to say the new features aren't rich because they appear to be, they're just nonsensical.

I found what i did wrong, its working as posted. Thanks as lot Eric :)

Fixed in 4.0.2. Thanks! :up:










privacy (GDPR)